home *** CD-ROM | disk | FTP | other *** search
- /* Generated by the NeXT Project Builder
- NOTE: Do NOT change this file -- Project Builder maintains it.
- */
-
- #import <AppKit/AppKit.h>
- #import <Foundation/Foundation.h>
-
- void main(int argc, char *argv[]) {
-
- [NSApplication sharedApplication];
- if ([NSBundle loadNibNamed:@"ToDo.nib" owner:NSApp])
- [NSApp run];
-
- [NSApp release];
- exit(0);
- }
-